home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 3.iso / toolbox / bin / installdir / tiepoint.install < prev   
Text File  |  1996-11-11  |  239b  |  10 lines

  1. #!/bin/sh
  2.  
  3. #-------------------------------
  4. #  Install tiepoint and man page
  5. #-------------------------------
  6.  
  7. /etc/install -o -s -F /usr/local/bin             tiepoint
  8. /etc/install -o -s -F /usr/catman/u_man/cat1     doc,etc./tiepoint.z
  9.  
  10.